home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00077.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  171 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(7, 1)
  3.   set the memberNum of sprite 7 to the number of member "HELP OFF"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(7, 0)
  9.   GoReturn()
  10. end
  11.